home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / var / lib / dpkg / info / liblapack3gf.postinst < prev    next >
Encoding:
Text File  |  2010-04-27  |  400 b   |  23 lines

  1. #! /bin/sh
  2.  
  3. set -e
  4.  
  5. . /usr/share/debconf/confmodule
  6.  
  7. update-alternatives --install /usr/lib/liblapack.so.3gf liblapack.so.3gf \
  8.     /usr/lib/lapack/liblapack.so.3gf 10
  9.  
  10. # dh_installdeb will replace this with shell code automatically
  11. # generated by other debhelper scripts.
  12.  
  13. # Automatically added by dh_makeshlibs
  14. if [ "$1" = "configure" ]; then
  15.     ldconfig
  16. fi
  17. # End automatically added section
  18.  
  19.  
  20. exit 0
  21.  
  22.  
  23.